home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / sbmmpm.exe / README.DOC < prev    next >
Text File  |  1992-12-15  |  21KB  |  564 lines

  1.  
  2.   SOUND BLASTER(R) OS/2 2.0(TM) IBM(R) Multimedia Presentation
  3.                 Manager/2(TM) Device Drivers
  4.  
  5.                         Version 2.0.3
  6.  
  7.   (C) Copyright Creative Labs , Inc. 1992.  All rights reserved.
  8.   (C) Copyright International Business Machines Corporation 1992.
  9.       All rights reserved.
  10.  
  11.  
  12.                          README FIRST!
  13.  
  14.                        Table of Contents
  15.  
  16.  
  17. Subject:                                                         Page:
  18. =============================================================================
  19.  
  20.  
  21.    INTRODUCTION .................................................  1
  22.        Contents of This Release .................................  1
  23.        Device Driver Requirements
  24.        MMPM/2 Developer Assistance ..............................  1
  25.  
  26.    INSTALLATION
  27.  
  28.  
  29.        Installing MMPM/2 Sound Blaster Device Drivers ...........  2
  30.  
  31.    RELEASE NOTES ................................................  2
  32.        Problems and Work-Around Solutions .......................  2
  33.  
  34.  
  35.    LICENSE INFORMATION  .........................................  2
  36.        Multimedia Presentation Manager/2 ........................  2
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. (R)  Sound Blaster is a trademark of Creative Labs, Inc.
  53.  
  54. (R)  IBM is a trademark of International Business Machines Corporation.
  55.  
  56. (TM) OS/2 2.0, MMPM/2, Multimedia Presentation Manager/2, and Multimedia
  57.      Presentation Manager Toolkit/2 are trademarks of International
  58.      Business Machines Corporation.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                                                   Page 1
  66.  
  67.  
  68.  
  69.   ******************************************************************
  70.                            INTRODUCTION
  71.   ******************************************************************
  72.  
  73.  
  74.  
  75. CONTENTS OF THIS RELEASE
  76. ========================
  77.  
  78. This release contains the following Sound Blaster device drivers:
  79.  
  80. DD Name       Description
  81. ---------     -----------------------------------------------
  82. SBD2.SYS      Sound Blaster Wave plus MIDI OS/2 Device Driver
  83. SBPD2.SYS     SB PRO Wave plus MIDI OS/2 Device Driver
  84. SBP2D2.SYS    SB PRO OPL/3 Wave plus MIDI OS/2 Device Driver
  85. SBW2.SYS      Sound Blaster Wave-Only (aka K12) OS/2 Device Driver
  86. SBPW2.SYS     SB PRO Wave-Only (aka K12) OS/2 Device Driver *
  87. ---------     -----------------------------------------------
  88. * The SBPW2.SYS device driver also supports PRO OPL/3.
  89.  
  90.  
  91.  
  92. DEVICE DRIVER REQUIREMENTS
  93. ==========================
  94.  
  95. To use the Sound Blaster device drivers, you must have IBM
  96. Multimedia Presentation Manager/2 (MMPM/2) installed on OS/2 2.0.
  97. For more information about MMPM/2 and OS/2 2.0, contact your local
  98. IBM representative or your Authorized Remarketer; or call the
  99. IBM Multimedia Information Center at 1-800-426-9402, extension 160.
  100.  
  101.  
  102. MMPM/2 DEVELOPER ASSISTANCE
  103. ===========================
  104.  
  105. IBM provides the Multimedia Presentation Manager/2 toolkit to independent
  106. hardware and software developers to assist them in the
  107. integration of multimedia into new and existing applications.  The toolkit
  108. includes C language bindings, utilities and sample programs.  Sound or
  109. Audio for MMPM/2 is device-independent; therefore, there is no need for a
  110. special sound toolkit for individual sound cards.  The MMPM/2 Toolkit is
  111. available through the same IBM channels as the base MMPM/2 product.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                                                   Page 2
  119.  
  120.   ******************************************************************
  121.                            INSTALLATION
  122.   ******************************************************************
  123.  
  124.  
  125. INSTALLING MMPM/2 DEVICE DRIVERS
  126. ================================
  127.  
  128. To install a Sound Blaster driver in the MMPM/2 environment, you must
  129. already have MMPM/2 installed.  If MMPM/2 is not installed, install it
  130. and reboot the system.  Put the Sound Blaster diskette into drive A and
  131. then type MINSTALL from an OS/2 command prompt.  Follow the installation
  132. prompts and reboot the system after the installation is complete.
  133.  
  134.  
  135. The MINSTALL program adds the following statement to CONFIG.SYS:
  136.  
  137.      DEVICE=C:\MMOS2\SBXXX.SYS audio [dma] int ioaddr bufsize
  138.  
  139. where
  140.  
  141.      audio =   AUDIO device number (usually 1)
  142.      dma =     DMA channel used by the SB card (using 1) (not applicable to
  143.                non-SB PRO drivers)
  144.      int =     interrupt level used by the SB card (usually 5 or 7)
  145.      ioaddr =  i/o address used by the SB card (usually 220)
  146.      bufsize = i/o buffer size in kilobytes (usually 4)
  147.  
  148.  
  149. Supposing you have the following CONFIG.SYS statement:
  150.  
  151.      DEVICE=C:\MMOS2\SBP2D2.SYS 1 1 7 220 4
  152.  
  153. This assumes that the Sound Blaster Pro OPL/3 card is set at DMA=1, IRQ=7,
  154. I/O=220, buffer size of 4k, and addressed as device AUDIO1$.
  155.  
  156. Or if you have this device statement in CONFIG.SYS:
  157.  
  158.      DEVICE=C:\MMOS2\SBD2.SYS 1 5 220 4
  159.  
  160. This assumes that the Sound Blaster card is set at IRQ=5, I/O=220, buffer
  161. size of 4K, and addressed as device AUDIO1$.  Notice that the DMA channel
  162. parameter is missing.  This is because DMA channel is fixed at 1 for non-SB
  163. PRO cards.
  164.  
  165.  
  166.  
  167.   ******************************************************************
  168.                        IBM MMPM/2 RELEASE NOTES
  169.   ******************************************************************
  170.  
  171.  
  172. PROBLEMS AND WORK-AROUND SOLUTIONS
  173. ==================================
  174.  
  175. Following are some problems and work-around solutions encountered
  176. at the time of this release:
  177.  
  178.   o  This release does not support:
  179.  
  180.      -  MIDI recording
  181.  
  182.      -  Multiple instances
  183.  
  184.      -  Serialization when running DOS application with
  185.         MMPM/2 applications
  186.  
  187.   o  Sound Blaster (normal) does not support software volume control.
  188.  
  189. BULLETIN BOARD NEWS
  190. ===================
  191.  
  192. Please watch the bulletin boards for information on future driver
  193. releases coming up soon.
  194.  
  195.  
  196.   ******************************************************************
  197.                      LICENSE INFORMATION
  198.   ******************************************************************
  199.  
  200.  
  201. MULTIMEDIA PRESENTATION MANAGER/2 LICENCE INFORMATION
  202. =====================================================
  203.  
  204.  
  205.   IBM MULTIMEDIA PRESENTATION MANAGER/2
  206.   VERSION 1.0
  207.   LICENSE INFORMATION
  208.   Document Number 41G8290
  209.  
  210.   +--------------------------------------+------------------------------------+
  211.   | International Business Machines      | Armonk, New York 10504             |
  212.   | Corporation                          |                                    |
  213.   +--------------------------------------+------------------------------------+
  214.   |                       STATEMENT OF LIMITED WARRANTY                       |
  215.   |                            (MEDIA AND PROGRAM)                            |
  216.   |                                                                           |
  217.   +---------------------------------------------------------------------------+
  218.   | International Business Machines Corporation (IBM) grants the following    |
  219.   | limited warranty for this IBM Licensed Program (Program) if this copy of  |
  220.   | the Program is delivered by IBM, an IBM Authorized Dealer for this        |
  221.   | Program, or any other IBM approved supplier for this Program to a user.   |
  222.   | (Such a user is referred to herein as "original user.")  A  "user" shall  |
  223.   | mean a Customer who acquired possession of and is licensed to use this    |
  224.   | copy of the Program for its own use or for use within its own business    |
  225.   | enterprise and not for remarketing.  Any unused portion of the Warranty   |
  226.   | Period may be conveyed to another user.                                   |
  227.   |                                                                           |
  228.   +---------------------------------------------------------------------------+
  229.   | 1.  MEDIA                                                                 |
  230.   |                                                                           |
  231.   |     The Warranty Period for the media on which the Program is recorded is |
  232.   |     for three months from the date of its delivery to the original user   |
  233.   |     as evidenced by a receipt.                                            |
  234.   |                                                                           |
  235.   |     IBM warrants that this media will be free from defects in material    |
  236.   |     and workmanship under normal use during the Warranty Period.  If      |
  237.   |     notified during the Warranty Period that the media contains such      |
  238.   |     defects, IBM will replace such media.  If IBM is unable to deliver    |
  239.   |     replacement media, you may terminate your license and your money will |
  240.   |     be refunded upon return of all your copies of the Program.            |
  241.   |                                                                           |
  242.   | 2.  PROGRAM                                                               |
  243.   |                                                                           |
  244.   |     The Warranty Period for this Program is for three months from the     |
  245.   |     date of its delivery to the original user as evidenced by a receipt.  |
  246.   |                                                                           |
  247.   |     IBM warrants that this Program, if unaltered, will conform to its     |
  248.   |     Program Specifications during the Warranty Period when such Program   |
  249.   |     is properly used on a machine for which it was designed.  If notified |
  250.   |     during the Warranty Period that the Program contains defects such     |
  251.   |     that it does not conform to its Program Specifications, IBM will 1)   |
  252.   |     attempt to make the Program operate as warranted a) if prior to the   |
  253.   |     Service Expiration Date, by providing a correction, or b) if after    |
  254.   |     the Service Expiration Date, by providing any existing corrections,   |
  255.   |     or 2) replace the Program with a functionally equivalent Program, as  |
  256.   |     determined by IBM.  In the event that IBM does not provide such a     |
  257.   |     remedy, you may terminate your license and your money will be         |
  258.   |     refunded upon return of all your copies of the Program.               |
  259.   |                                                                           |
  260.   |     IBM does not warrant that any other defects in the Program will be    |
  261.   |     corrected or that the operation of the Program will be uninterrupted. |
  262.   +---------------------------------------------------------------------------+
  263.  
  264.  
  265.   +---------------------------------------------------------------------------+
  266.   | This limited warranty will apply only if the Program is licensed and      |
  267.   | located in the United States or Puerto Rico.                              |
  268.   |                                                                           |
  269.   | THIS WARRANTY IS IN LIEU OF ALL OTHER WARRANTIES, EXPRESS OR IMPLIED,     |
  270.   | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY  |
  271.   | AND FITNESS FOR A PARTICULAR PURPOSE.                                     |
  272.   |                                                                           |
  273.   | Some states do not allow the exclusion of implied warranties, so the      |
  274.   | above exclusion may not apply to you.  This limited warranty gives you    |
  275.   | specific legal rights, and you may also have other rights which vary from |
  276.   | state to state.                                                           |
  277.   |                                                                           |
  278.   | Following the end of the Warranty Period, Program Services may be         |
  279.   | available.  The License Information contains details on such              |
  280.   | availability.                                                             |
  281.   |                                                                           |
  282.   | If you have a question as to where you may obtain warranty service, see   |
  283.   | the Statement of Service in the License Information for this Program.     |
  284.   +---------------------------------------------------------------------------+
  285.  
  286.   LICENSE INFORMATION
  287.  
  288.   IBM* Multimedia Presentation Manager/2(*)  (MMPM/2*) Version 1.0, 3.5-inch
  289.   media (part number 04G3367) or Compact Disk media (part number 04G3369).
  290.  
  291.  
  292.   PROGRAM SPECIFICATIONS
  293.  
  294.   IBM Multimedia Presentation Manager/2 has the following features:
  295.  
  296.   o   Media Control Interface Support
  297.  
  298.       The Media Control Interface activates Media Control Drivers which
  299.       communicate with the multimedia device drivers to open and close devices,
  300.       play, record, rewind, stop, pause, seek, and query status.
  301.  
  302.   o   Waveform Audio Support
  303.  
  304.       Provides the Media Control Driver for playing and recording audio data.
  305.  
  306.   o   CD Digital Audio Support
  307.  
  308.       Provides the Media Control Driver for playing and controlling standard CD
  309.       Digital Audio.
  310.  
  311.   o   MIDI Sequencing and Synthesizer support
  312.  
  313.       Provides for media control of audio adapters that provide internal
  314.       synthesizer support of MIDI data.
  315.  
  316.   o   Amp/Mixer support
  317.  
  318.       Provides the media control of hardware supported mixing of audio streams
  319.       from two sources.  It also provides control over the audio adapter's
  320.       settings, such as treble, bass, volume, balance, and pitch.  In addition,
  321.       it can be used to vary volume or balance over time.
  322.  
  323.   o   Videodisc Control
  324.  
  325.       Provides for Media Control of an analog videodisc.  The Media Control
  326.       Driver for the Pioneer LDV8000, 4400, and 4200 series will be included.
  327.  
  328.   o   Multimedia I/O Manager
  329.  
  330.       Provides the basis of the Multimedia I/O (MMIO) subsystem, which allows
  331.       application independence from data object format.  In addition, MMIO
  332.       offers support for installable data handlers.
  333.  
  334.   o   M-Audio Capture and Playback Adapter Device Driver
  335.  
  336.       Provides the AudioDD interface to OS/2 and DOS Virtual Machines programs,
  337.       as well as the physical device driver interface for M-ACPA to the Audio
  338.       and MIDI Media Control Drivers.
  339.  
  340.   o   Multimedia Setup Applet
  341.  
  342.       Allows users to easily modify and fine tune their MMPM/2 configuration,
  343.       associate file types with multimedia devices, and control the system
  344.       close-captioning flag.
  345.  
  346.   o   Media Player Applets
  347.  
  348.       These applets support different kinds of audio, specifically digital
  349.       audio files, MIDI files, and audio compact discs.  These applets also
  350.       support digital audio recorded through a microphone or line-in jack.
  351.  
  352.   o   Multimedia Installation
  353.  
  354.       This program installs the MMPM/2 diskettes and the MMPMTK/2.  It also
  355.       provides the user with the capability of installing Media Control Drivers
  356.       and hardware physical device drivers provided by other sources without
  357.       having to reinstall the entire system.
  358.  
  359.   o   Synchronization/Streaming Programming Interface
  360.  
  361.       This provides the multimedia applications with control for synchronized
  362.       scheduling of multimedia data streams (such as audio and video).
  363.  
  364.   o   Control Applet--Volume Control
  365.  
  366.       Allows a user to control audio output level on a system-wide basis or to
  367.       completely mute the output.
  368.  
  369.   o   CD-ROM/XA interleaved data and compressed audio support
  370.  
  371.       This provides the Media Control Driver for splitting CD-ROM/XA
  372.       interleaved data and compressed audio and plays the audio stream through
  373.       the audio adapter, while passing the data or video stream to an
  374.       application program.
  375.  
  376.   o   Extendable Data Object Format Support
  377.  
  378.       Provides MMIO data handlers and supports installation of additional MMIO
  379.       handlers.
  380.  
  381.   o   Multimedia Data Converter Applet
  382.  
  383.       This applet provides a user interface to the installed MMIO data handlers
  384.       with translation support enabled.
  385.  
  386.   o   Standard Multimedia PM Controls
  387.  
  388.       Provides support for Multimedia PM Controls, knobs (or circular sliders),
  389.       and animated pushbuttons.
  390.  
  391.  
  392.   SPECIFIED OPERATING ENVIRONMENT
  393.  
  394.   Machine Requirements
  395.  
  396.   The minimum hardware configuration for MMPM/2 is:
  397.  
  398.   o   IBM Personal System/2(*) an IBM industrial computer with 386sx or higher
  399.       processor, or a PS/55 or higher
  400.  
  401.   o   4MB of memory (see note)
  402.  
  403.   o   Hard disk with 3MB of free disk space
  404.  
  405.   o   Audio adapter supported by OS/2 - MMPM/2 device driver
  406.  
  407.   o   3.5-inch diskette drive
  408.  
  409.   NOTE:  Some applications require greater amounts of memory and DASD storage.
  410.  
  411.  
  412.   Optional
  413.  
  414.   o   IBM CD-ROM drive or other CD-ROM drive when supported with an OS/2 device
  415.       driver
  416.  
  417.  
  418.   Program Requirements
  419.  
  420.   IBM Operating System/2 2.0
  421.  
  422.  
  423.   Licensed Program Materials Availability
  424.  
  425.   This licensed program is available in object code only.
  426.  
  427.  
  428.   Testing Period
  429.  
  430.   Program: Two months for original copies of the program and the IBM Customer
  431.   Agreement must be in effect.
  432.  
  433.   Protection and Security
  434.  
  435.   You must label, when recorded on portable media, Additional License Copies
  436.   and copies made from them, and their documentation with the program number,
  437.   the words "Copyright International Business Machines Corporation" and the
  438.   copyright year as shown on the Program or documentation.  The label of an
  439.   Additional License copy or a copy made from it must also include the words:
  440.  
  441.       Licensed Material--Property of IBM
  442.  
  443.   IBM retains title to this copy and to any copy made from it.  You may not
  444.   transfer possession of this copy to any third party.
  445.  
  446.   The label on documentation must also include the words:
  447.  
  448.       Reprinted by permission of IBM.
  449.  
  450.  
  451.   ADDITIONAL INFORMATION
  452.  
  453.  
  454.   Supplemental Copyright License for Audio Files in the Sound Folder
  455.  
  456.   IBM MMPM/2 contains audio files in the Sound Folder.  These audio files have
  457.   an extension of .WAV or .MID.
  458.  
  459.   Notwithstanding the section of the IBM Program License Agreement entitled
  460.   "License", you may copy and distribute the audio files in the Sound Folder in
  461.   any form without payment to IBM, for the purposes of developing, using,
  462.   marketing and distributing application programs written to the MMPM/2
  463.   application programming interface.
  464.  
  465.   Each copy of any portion of these audio files or any derivative work, which
  466.   is distributed to others, are no longer covered by IBM's limited warranty and
  467.   are provided on an "as is" basis without warranty, expressed or implied,
  468.   including but not limited to, the implied warranties of merchantability and
  469.   fitness for a particular purpose, and must include a copyright notice as
  470.   follows:
  471.  
  472.   "(C) Copyright (your company name) (year).  All Rights Reserved."
  473.  
  474.  
  475.   TYPE AND DURATION OF PROGRAM SERVICES
  476.  
  477.   IBM Central Service is available until June 30, 1993.  For details, see the
  478.   following "Statement of Service" section.
  479.  
  480.  
  481.   STATEMENT OF SERVICE
  482.  
  483.   IBM Multimedia Presentation Manager/2 is supported by Service, Support, and
  484.   Applications (SSA) Boca Raton, Florida.  Access to this support center will
  485.   be provided through the IBM Support Center.
  486.  
  487.   The service and support telephone is 800-241-1620.  Telephone calls may be
  488.   placed to the IBM System Support Center Monday through Friday from 8:00AM to
  489.   6:00PM (Eastern time).  IBM responds on a call-back basis and will assist the
  490.   end user with telephone assistance in problem diagnosis , as well as status
  491.   of previously reported problems.  Program service will be available until
  492.   June 30, 1993.
  493.  
  494.   IBM Central Service will respond to a defect in the unaltered portion of the
  495.   licensed program if the problem can be recreated in the Specified Operating
  496.   Environment.  IBM Central Service will respond by issuing:
  497.  
  498.   o   Corrective service information, such as correction documentation,
  499.  
  500.   o   Corrected code,
  501.  
  502.   o   Notice of availability of corrected code,
  503.  
  504.   o   Restriction, or
  505.  
  506.   o   Bypass,
  507.  
  508.   as determined by IBM.
  509.  
  510.   ----------------------------------------------------------------------------
  511.  
  512.   REFERENCES IN THIS PUBLICATION TO IBM PRODUCTS, PROGRAMS, OR SERVICES DO NOT
  513.   IMPLY THAT IBM INTENDS TO MAKE THESE AVAILABLE IN ALL COUNTRIES IN WHICH IBM
  514.   OPERATES.  ANY REFERENCE TO AN IBM PROGRAM PRODUCT IN THIS PUBLICATION IS NOT
  515.   INTENDED TO STATE OR IMPLY THAT ONLY IBM'S PROGRAM PRODUCT MAY BE USED.  ANY
  516.   FUNCTIONALLY EQUIVALENT PROGRAM MAY BE USED INSTEAD.
  517.  
  518.   ANY OTHER DOCUMENTATION WITH RESPECT TO THIS LICENSED PROGRAM, INCLUDING ANY
  519.   SUCH DOCUMENTATION REFERENCED HEREIN, IS PROVIDED FOR INFORMATION PURPOSES
  520.   ONLY AND DOES NOT EXTEND OR MODIFY THE MATERIAL CONTAINED IN THE LICENSE
  521.   INFORMATION.
  522.   ----------------------------------------------------------------------------
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.   8  License Information
  563.  
  564.